home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / dfue / midi.net / midinet1 / anetmidi.txt < prev   
Encoding:
Text File  |  1987-03-03  |  3.5 KB  |  74 lines

  1.  
  2.         This program is an attempt to try to make a very simple
  3. ST to ST link. The main objective was to make it as transparent as
  4. possible to the user and to other programs.
  5.  
  6. In a multi ST MIDI loop all ST's in the loop must all be running the
  7. ANETMIDI.PRG for the NETWORK to work.
  8.  
  9.  
  10.                 LOADING AND SETUP
  11.  
  12.         ANET uses three user vectors starting at $210 and the drivemap
  13. located at $4C2. A reset using the reset buttom sometimes does not
  14. clear the lower system memory so if this program is resident you must
  15. use a cold start "power off and power on" or a reboot program for it to
  16. be reloaded correctly when you run the ANETMIDI.PRG or ANETMCTR.PRG after
  17. the reboot. The ANETMCTR.PRG has a reboot selection on the MENU.
  18.  
  19.     Double-click on the ANETMIDI.PRG to load the resident program then
  20. double-click on the ANETMCTR.PRG to load the control program. After the
  21. first load you can usually load both the resident and control programs by
  22. running ANETMCTR.PRG after a reboot.
  23.  
  24.      ONLY LOAD THE ANETMIDI.PRG IF YOU GET A MODULA-2 ERROR 
  25. TRYING TO RUN ANETMCTR.PRG FIRST. AS IT WILL LOAD THE ANETMIDI.PRG FOR YOU.
  26.  
  27.         The control program lets you select the remote user, reboot the ST,
  28. reset the network message sequence count, turn the network on and off,
  29. see which ICONS to install to use the remote disks and of course to quit
  30. the control program. The NEW command on the sequence MENU is to resync
  31. the remote program if it gets out of sync due to a reboot, hang or and
  32. error condition. Click the mouse on NEW to send a resync command to the
  33. remote and try to access the ICON again.
  34.         MAKE INT on the mode MENU will make a network setup file called
  35. ANETMIDI.INT that ANETMIDI.PRG reads to set the baud rate and to turn
  36. the netork on or off. ANETMCTR.PRG also reads the INT file when it is
  37. loaded and uses the parameters to set up the menu values. Clicking the 
  38. pointer on MAKE INT will save the current menu values on the ANETMCTR.PRG 
  39. menu to a new ANETMIDI.INT file.
  40.  
  41.         I have included sample user files ANETMIDI.ID ,ANETMIDI.ID0,
  42. ANETMIDI.ID1, ANETMIDI.ID2. These should be renamed to ANETMIDI.ID for
  43. the ST that you decide to be users 0 thru 2. You can of course add more
  44. users or change the user numbers as you like. A check by the user
  45. in the menu shows the current remote user selected. Click on another
  46. user to change the remote system. MAKE INT will save the new default
  47. user if you want it to save it. The first entry will be assigned to
  48. the local ST user number.
  49.  
  50.                 USE
  51.  
  52.         Install the ICONS on the GEM DESKTOP for the remote system drive(s)
  53. you wish to access, then just use them just like any other disk drive. Due
  54. to the slower serial access it is usally better to copy the file a local
  55. disk if you wish to edit or run the file. Every effort has been made to
  56. make sure it is error free but I would only use it to read from the remote
  57. rather that sending files due to a crash may cause disk file links to be
  58. lost while creating new files on the remote system.
  59.  
  60.            0                          1
  61.         MIDI IN ----------------- MIDI OUT
  62.         MIDI OUT                  MIDI IN
  63.             \                       /
  64.              \                     /
  65.               \                   /
  66.                \                 /
  67.                 \               /
  68.                  \             /
  69.                 MIDI IN  MIDI OUT
  70.                        2
  71.  
  72.         FRED BROOKS
  73. PS    Please let me know of any bugs ASAP.
  74.